.head {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 9;
	background: #fff;
}
.f-left{
	float: left;
}
.f-right{
	float: right
}
.head .content {
	width: 100%;
	height: 100%;
}

.head .f-left {
	height: 100%;
}

.head .f-left a {
	box-sizing: border-box;
	padding-left: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head .f-left a img {
	max-height: 70%;
}

.head .f-left a .logo-txt {
	max-height: 45%;
	margin-left: 5px;
}

.head .f-left span {
	padding-left: 5px;
	line-height: 1.25;
	font-size: 12px;
	color: #666;
}

.head .f-right {
	height: 100%;
	line-height: 50px;
	box-sizing: border-box;
	display: block;
	width: 50px;
	text-align: center;
}

.head .f-right img {
	height: 40%;
}

.header-fixed {
	background: rgba(255, 255, 255, 0);
	position: relative;
	text-align: center;
	height: 0px;
	margin: 0 auto;
}



.bg-cover {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 768px;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10000;
	display: none;
}

.nav-box {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 60%;
	max-width: 330px;
	height: 100%;
	text-align: center;
	background: #fff;
	z-index: 99999999;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.nav-box a {
	display: block;
	width: 100%;
	height: 60px;
}

.nav-box .title {
	line-height: 60px;
	box-sizing: border-box;
	background: #e50b4b;
	color: #fff;
}

.nav-box.on {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	background: #f9f9f9;
	width: 100%;
	display: block;
}

.sliding-menu li a {
	padding-left: 15px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.sliding-menu a {
	display: block;
	padding-left: 0;
	font-size: 12px;
	line-height: 10px;
}

.sliding-menu a:hover {
	color: #3f2e24;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #fff;
	height: 40px;
	color: #333;
	line-height: 40px;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.foot{
	background: #0a1a31;
	padding-bottom: 40px;
	
}
.foot .content1 {
	border: 1px solid rgba(255,255,255,0.1);
}
.foot .content1 .main1 .foot-logo{
	width: 100%;
	background: #133984;
	text-align: center;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
	display: none;
}
.foot .content1 .main1 .foot-logo img{
	max-width: 100px;
}
.foot .content1 .main1 .foot-logo p.t{
	margin-top: 10px;
}
.foot .content1 .main1 .foot-nav{
	float: left;
	margin-left: 95px;
	box-sizing: border-box;
	padding-top: 70px;
	display: none;
}
.foot .content1 .main1 .foot-nav-main{
	float: left;
	width: 165px;
}
.foot .content1 .main1 .foot-nav-main h4{
	font-size: 18px;
	color: #fff;
}
.foot .content1 .main1 .foot-nav-main ul{
	margin-top: 25px;
}
.foot .content1 .main1 .foot-nav-main ul li{
	margin-bottom: 15px;
	display: block;
}
.foot .content1 .main1 .foot-nav-main ul li a{
	font-size: 14px;
	color: #fff;
}
.foot .content1 .main1 .foot-nav-main ul li a:hover{
	padding-left: 5px;
	color: #136884;
}
.foot .content1 .main2{
	box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 10px;
}
.foot .content1 .main2 .tel {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 10px;
}
.foot .content1 .main2 .tel .icon{
	float: left;
	padding-top: 3px;
}
.foot .content1 .main2 .tel .icon img{
	max-width: 50px;
}
.foot .content1 .main2 .tel .txt{
	float: left;
	color: #fff;
	margin-left: 10px;
}
.foot .content1 .main2 .tel .txt .t{
	font-size: 14px;
}
.foot .content1 .main2 .tel .txt .num{
	font-size: 24px;
	font-weight: 300;
}
.foot .content1 .main2 .other{
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}
.foot .content1 .main2 .other p{
	margin-bottom: 4px;
}
.foot .content2{
	margin-top: 10px;
	color: #6c7683;
	box-sizing: border-box;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0px 15px 10px;
}
.foot .content2 a{
	color: #6c7683;
}
.foot .content2 a:hover{
	color: #fff;
}

.foot-nav2{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.foot-nav2 li{
	width: 33.3333%;
	height: 40px;
	float: left;
}
.foot-nav2 li a{
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	position: relative;
}
.foot-nav2 li a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: 30px;
	height: 40px;
	background: no-repeat center;
	background-size: 20px;
}
.foot-nav2 .foot-index a:before{
	background-image: url(../images/index.png);
}
.foot-nav2 .foot-zixun a:before{
	background-image: url(../images/zixun.png);
}
.foot-nav2 .foot-tel a:before{
	background-image: url(../images/tel.png);
}